This sample demonstrates:
- Master-detail-detail scenario.
- The data has been loaded from the standard Interbase
employee.gdb, using the Country/Employee/Salary History columns
- Relations have been added at design time using the Relations
Editor of the DataSet. First, click on the EmployeeSales DataSet, and then go
to the Relations property, and open the relations editor. You will see that 2
relations have been added, linking the Country table to the Employee table by
means of their common COUNTRY/JOB_COUNTRY fields, and then linking the
Employee table to the SalaryHistory table using their common EMP_NO field.